﻿@import url("hover.css");
@import url("animate.css");
@import url("swiper.min.css");
@import url("font/iconfont.css");
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #333;
	font-family: 'Open Sans', Microsoft Yahei, Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align:bottom;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea,select {
	/*-webkit-appearance: none;*/
} 
input,textarea,select {
	font-family: 'Open Sans', Microsoft Yahei, Arial, Helvetica, sans-serif;
	outline:none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color:#666;
}
input::-moz-placeholder,textarea::-moz-placeholder{/* Mozilla Firefox 19+ */
	color:#666;
}
input:-moz-placeholder,textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	color:#666;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{/* Internet Explorer 10-11 */ 
	color:#666;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #c7000a;
}
a:active {
	text-decoration: none;
}
a.wl:link, a.wl:visited, a.wl:active {
	color: #FFF;
	text-decoration: none;
}
a.wl:hover {
	color: #F90;
}
a.wb:link, a.wb:visited, a.wb:active {
	color: #069;
	text-decoration: none;
}
a.wb:hover {
	color: #C00;
}
a.wr:link, a.wr:visited, a.wr:active {
	color: #C00;
	text-decoration: none;
}
a.wr:hover {
	color: #000;
}
a.wg:link, a.wg:visited, a.wg:active {
	color: #999;
	text-decoration: none;
}
a.wg:hover {
	color: #C00;
}
.f_black {
	color: #000;
}
.f_red {
	color: #C00;
}
.f_white {
	color: #FFF;
}
.f_gray {
	color: #999;
}
.f_orange {
	color: #F90;
}
.f_green {
	color: #390;
}
.f_blue {
	color: #36F;
}
.f_mblue {
	color: #09C;
}
.f_dblue {
	color: #069 !important;
}
.f_gold {
	color: #F60;
}
.f_pink {
	color: #F6C;
}
.f_Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.f_yk {
	font-family: Microsoft Yahei;
}
.blod {
	font-weight: bold;
}
.noblod {
	font-weight: normal;
}
.px10 {
	font-size: 10px;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.px13 {
	font-size: 13px;
}
.px14 {
	font-size: 14px;
}
.px15 {
	font-size: 15px;
}
.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
}
.px20 {
	font-size: 20px;
}
.px25 {
	font-size: 25px;
}
.input {
	height: 18px;
	border: solid 1px #CCC;
	margin-left: 5px;
	padding: 3px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt35 {
	margin-top: 35px;
}
.mt45 {
	margin-top: 45px;
}
.mb30 {
	margin-bottom: 30px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.line {
	background: url(../images/line.png) repeat-x left center;
	height: 18px;
	width: 100%;
	margin: 0px auto;
	clear: both;
}
.v-m {
	vertical-align: middle;
}
.v-t {
	vertical-align: text-top;
}
.t-c {
	text-align: center;
}
.t-r {
	text-align: right;
}
.clear {
	clear: both;
	line-height: 0px;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.kk {
	width: 1200px;
	margin: 0 auto;
}
.success {
	-webkit-animation: fadeIn 01s ease 0.2s 1 both;
	animation: fadeIn 1s ease 0.2s 1 both;
}
@-webkit-keyframes fadeIn {
from {
    opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
	opacity: 1;
}
}
/*分页*/
.page{
	width:100%;
	text-align:center;
	font-size:14px;
	color:#666;
	margin:30px 0;
}
.page span{
	margin:0 2px;
}
.page span a{
	padding:3px 10px;
	color:#666;
	border:solid 1px #DDD;
}
.page span a:hover{
	border:solid 1px #d71820;
	color:#666;
}
.page span.current {
	color:#FFF;
	background:#d71820;
	padding:3px 10px;
	border:solid 1px #d71820;
}
/**/
header {
	position:relative;
	width:100%;
	z-index:3;
}
header .od {
	background:#222;
	height:30px;
	line-height:30px;
	border-bottom:solid 1px #ddd;
	font-size:13px;
	color:#fff;
	z-index:2;
}
header .od ul {
	float:right;
}
header .od ul li {
	display:inline-block;
	margin-left:20px;
	position:relative;
}
header .od ul li:before {
	content:"/";
	position:absolute;
	left:-12px;
	font-size:12px;
	color:#888;
}
header .od ul li:first-child:before {
	content:normal;
}
header .od ul li a span {
	display:none;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-50px;
}
header .od ul li a {
	display:block;
	color:inherit;
}
header .od ul li a:hover {
	color:#f33;
}
header .od ul li a:hover span {
	display:block;
}
header .logo {
	display:inline-block;
	height:60px;
	padding:15px 0;
	font-size:25px;
	color:#000;
} 
header .logo i {
	display:block;
	font-style:normal;
	font-size:14px;
	letter-spacing:1px;
	color:#666;
}
header .tel {
	display:inline-block;
	float:right;
	font-size:18px;
	margin-top:20px;
	color:#666;
}
header .tel i {
	font-family:"iconfont" !important;
	font-size:22px;
	margin-right:5px;
	font-style:normal;
	color:#000;
}
header .tel span {
	font-size:30px;
	color: #c7000a;
}
header .menu {
	background-color: #c7000a;
	height:56px;
	text-align:center;
}
header .menu .kk {
	position:relative;
}
header .menu .mod {
	position:absolute;
	left:0;
	bottom:0;
	border-bottom:solid 2px #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .menu ul li {
	display:inline-block;
	margin-right:-3px;
}
header .menu ul li>a {
	font-size:18px;
	height:56px;
	line-height:56px;
	padding:0 38px;
	color:#fff;
	display:block;
	position:relative;
}
header .menu ul li>a:after {
	content:"";
	position:absolute;
	height:14px;
	width:1px;
	background-color:#eee;
	right:0;
	top:50%;
	margin-top:-7px;
}
header .menu ul li:last-child a:after {
	content:normal;
}
header .menu ul li a:hover {
	color:#FFC;
}
header .menu ul li.mainlevel{
    position:relative;
	z-index:2;
}
header .menu ul li.mainlevel:hover > a {
	color:#FFC;
}
#home header .menu ul li#m1 > a,#page1 header .menu ul li#m2 > a,#page2 header .menu ul li#m3 > a,#page3 header .menu ul li#m4 > a,#page4 header .menu ul li#m5 > a,#page5 header .menu ul li#m6 > a,#page6 header .menu ul li#m7 > a,#page7 header .menu ul li#m8 > a {
	color:#FFC;
}
header .menu ul li ul {
    width:120px;
	position:absolute;
	display:none;
	top:56px;
	left:0px;
	background:#f2f2f2;
}
header .menu ul li ul li{
	float:left;
	background: none;
	width:120px;
	margin:0;
}
header .menu ul li ul li a {
	font-size:14px;
	font-weight:normal;
	display:block;
	color:#333;
	text-align:center;
	padding:10px 0;
	height:auto;
	line-height:1.5;
	border-bottom:solid 1px #DEDEDE;
	overflow:hidden;
}
header .menu ul li ul li a:after {
	content:normal;
}
header .menu ul li ul li a:hover{
	color:#FFF;
	font-weight:normal;
	background:#c7000a;
	border-bottom:solid 1px #c7000a;
}
header .fixmenu {
	background-color:#c7000a;
	width:100%;
	height:56px;
	position:fixed;
	top:-60px;
	z-index:2;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .fixmenu.scroll {
	top:0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
header .fixmenu .logo {
	display:inline-block;
	font-size:16px;
	color:#fff;
	padding:10px 0;
	height:auto;
	vertical-align:top;
	width:245px;
	overflow:hidden;
}
header .fixmenu .logo i {
	letter-spacing:0px;
	color:#fff;
	font-size:12px;
	transform:scale(0.85);
	margin-left:-20px;
}
header .fixmenu ul {
	display:inline-block;
	margin-left:25px;
}
header .fixmenu ul li {
	display:inline-block;
	margin-right:24px;
	position:relative;
}
header .fixmenu ul li a {
	display:block;
	color:#fff;
	font-size:16px;
	height:56px;
	line-height:56px;
}
header .fixmenu ul li:hover {
	height:54px;
	border-bottom:solid 2px #FFF;
}
header .fixmenu ul li ul {
	display:none;
	position:absolute;
	width:120px;
	top:54px;
	right:50%;
	margin-right:-60px;
	background-color:#fff;
	padding:5px 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
header .fixmenu ul li ul:before {
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	background-color:#fff;
	left:50%;
	top:-5px;
	margin-left:-5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header .fixmenu ul li ul li {
	margin:0;
	width:100%;
}
header .fixmenu ul li ul li:hover {
	height:auto !important;
	border-bottom:none;
}
header .fixmenu ul li ul li a {
	color:#333;
	padding:5px 0;
	text-align:center;
	font-size:13px;
	height:auto !important;
	line-height:22px;
}
header .fixmenu ul li ul li a:hover {
	color:#c7000a;
}
header .fixmenu .tel {
	margin-top:0;
	height:56px;
	line-height:56px;
}
header .fixmenu .tel:before {
	content:"\e671";
	font-family:"iconfont" !important;
	font-size:25px;
	margin-right:5px;
	color:#fff;
	vertical-align:bottom;
}
header .fixmenu .tel a {
	color:#fff;
	font-size:22px;
}
/*幻灯片*/
#bn {
	position: relative;
	width: 100%;
}
#bn .prev, #bn .next {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -18px;
	background:#000;
	background-size: 100% 100%;
	border-radius: 50%;
	border:solid 1px #000;
	cursor: pointer;
	z-index: 3;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
#bn .prev:before, #bn .next:before {
	content:"\e7ab";
	font-family:"iconfont" !important;
	vertical-align:middle;
	position:absolute;
	width:100%;
	height:100%;
	line-height:35px;
	font-size:28px;
	color:#FFF;
	text-align:center;
}
#bn .prev {
	left: -40px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#bn .next {
	right: -40px;
}
#bn:hover .prev, #bn:hover .next,#bn .prev, #bn .next {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn:hover .prev {
	left: 10px;
}
#bn:hover .next {
	right: 10px;
}
#bn .img {
	height: 480px;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#bn .img img {
	display:none;
}
#bn .swiper-pagination-bullet {
	width:15px;
	height:15px;
	background:#FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
}
#bn .swiper-pagination-bullet-active {
	background:#c7000a;
}
/**/
#mid .tit {
	text-align:center;
	font-weight:300;
	font-size:28px;
	margin:40px 0;
	position:relative;
}
#mid .tit:after {
	content:"";
	position:absolute;
	left:50%;
	bottom:-20px;
	margin-left:-40px;
	width:80px;
	border-bottom:solid 2px #c7000a;
}
#mid .tit2 {
	text-align:center;
	font-size:16px;
	font-weight:300;
	color:#777;
}
#mid .hmpro {
	margin:30px;
	position:relative;
}
#mid .hmpro .pro_menu {
	margin:30px;
	text-align:center;
}
#mid .hmpro .pro_menu span {
	display:inline-block;
	margin:0 5px;
}
#mid .hmpro .pro_menu span a {
	display:block;
	padding: 10px 20px;
	color:#000;
	background-color:#f3f3f3;
	border:solid 1px #ddd;
	font-size:14px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#mid .hmpro .pro_menu span a:hover {
	background-color:#c7000a;
	border:solid 1px #c7000a;
	color:#fff;
}
#mid .hmpro .movebg {
	position:absolute;
	left:0;
	top:0;
	display:block;
	background:#000;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:2;
}
#mid .hmpro ul {
	margin-top:30px;
	position:relative;
	z-index:2;
}
#mid .hmpro ul.bt {
	position:absolute !important;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}
#mid .hmpro ul li {
	width:25%;
	display:inline-block;
	margin-right:-4px;
	margin-top:-2px;
	text-align:center;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 5px #FFF;
	overflow:hidden;
	position:relative;
}
#mid .hmpro ul li .img {
	width:100%;
}
#mid .hmpro ul li .img img {
	width:100%;
	height:100%;
	display:none;
}
#mid .hmpro ul.bt li .img img {
	display:block;
}
#mid .hmpro ul li span {
	position:absolute;
	left:50%;
	top:50%;
	width:60px;
	height:60px;
	margin-top:-30px;
	margin-left:-30px;
	display:none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow:hidden;
	z-index:1;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li:hover span {
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li span:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#c7000a;
	filter: Alpha(opacity=60);
	-moz-opacity: .60;
	opacity: 0.60;
	z-index:-1;
}
#mid .hmpro ul li span i {
	display:block;
	font-style:normal;
	font-size:0;
	line-height:60px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#mid .hmpro ul li span i:before {
	content:"\e608";
	font-family:"iconfont" !important;
	font-size:30px;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li span:hover {
	width:120px;
	height:40px;
	margin-top:-20px;
	margin-left:-60px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li span:hover i {
	line-height:40px;
	font-size:14px;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li span:hover i:before {
	font-size:22px;
	vertical-align:middle;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li h3 {
	font-size:16px;
	font-weight:normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align:center;
	line-height:40px;
	height:40px;
	position:absolute;
	color:#000;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	left:0;
	bottom:0px;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li:hover h3 {
	color:#FFF;
	padding:10px;
	height:100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li h3:after {
	content:"";
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
	left:0;
	top:0px;
	background:#FFF;
	filter: Alpha(opacity=85);
	-moz-opacity: .85;
	opacity: 0.85;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li:hover h3:after {
	background:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li h3 div {
	line-height:20px;
	font-size:13px;
	margin-top:10px;
}



#mid a.ann {
	position:relative;
	display:block;
	width:180px;
	height:40px;
	margin:30px auto;
	line-height:40px;
	color:#c7000a;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	cursor:pointer;
}
#mid a.ann .hover {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	display:block;
	border:1px solid #c7000a;
	width:100%;
	height:100%;
	transition:transform .25s ease-out;
	-webkit-transition:transform .25s ease-out;
	-moz-transition:transform .25s ease-out;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#mid a.ann:hover .hover {
	background:#c7000a;
	transform:rotateX(180deg);
	-webkit-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
}
#mid a.ann:hover {
	color:#FFF;
}
#mid .ann2 {
	display:inline-block;
	margin-top:30px;
}
#mid .ann2 a {
	padding:7px 50px;
	text-transform:uppercase;
	font-size:16px;
	border:solid 1px #c7000a;
	color:#c7000a;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#mid .ann2 a:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#FFF;
	z-index:-1;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#mid .ann2 a:hover {
	color:#FFF;
	border:solid 1px #c7000a;
}
#mid .ann2 a:hover:after {
	background:#c7000a;
}
#mid .hmab {
	margin-top:50px;
	position:relative;
}
#mid .hmab .img {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:50%;
	background-position: center center;
    background-size: cover;
}
#mid .hmab .img img {
	display:none;
}
#mid .hmab .txt {
	float:right;
	width: calc(50% - 200px);
	padding:0 100px;
	text-align:center;
}
#mid .hmab .txt article {
	line-height:28px;
	font-size:14px;
	text-align:left;
	text-align:justify;
}
#mid .hmad {
	margin-top:50px;
}
#mid .hmad article {
	width:1200px;
	height:540px;
	position:relative;
	margin:0px auto;
}
#mid .hmad article .part0 {
	width:430px;
	height:465px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-215px;
	margin-top:-232px;
}
#mid .hmad article .part0:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/kkpic.jpg) no-repeat center center;
	background-size:cover;
}
#mid .hmad article .part0:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/kkbg.png) no-repeat center center;
}
#mid .hmad article .part1,#mid .hmad article .part2,#mid .hmad article .part3,#mid .hmad article .part4 {
	position:absolute;
	width:310px;
}
#mid .hmad article .part1 {
	left:0;
	top:80px;
	padding-left:60px;
	background:url(../images/kkbg.png) no-repeat left -75px;
}
#mid .hmad article .part2 {
	left:0;
	top:330px;
	padding-left:60px;
	background:url(../images/kkbg.png) no-repeat left -330px;
}
#mid .hmad article .part3 {
	right:0;
	top:80px;
	padding-right:60px;
	background:url(../images/kkbg.png) no-repeat right -75px;
}
#mid .hmad article .part4 {
	right:0;
	top:330px;
	padding-right:60px;
	background:url(../images/kkbg.png) no-repeat right -330px;
}
#mid .hmad article h3 {
	font-size:28px;
	color: #c7000a;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height:50px;
	height:50px;
}
#mid .hmad article p {
	margin-top:15px;
	font-size:15px;
	line-height:24px;
	text-align:justify;
}
#mid .hmnews {
	margin-top:50px;
}
#mid .hmnews .news_con {
	display:inline-block;
	vertical-align:top;
	width:31%;
	margin-left:3.5%;
	margin-right:-3px;
	margin-top:30px;
}
#mid .hmnews .news_con:nth-child(1) {
	margin-left:0;
}
#mid .hmnews .news_con h3 {
	font-size:20px;
	margin-bottom:10px;
}
#mid .hmnews .news_con h3 span {
	float:right;
	font-size:15px;
	font-weight:normal;
	margin-top:5px;
}
#mid .hmnews .news_con .img {
	width:100%;
	position:relative;
	overflow:hidden;
}
#mid .hmnews .news_con .img h4 {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:35px;
	line-height:35px;
	color:#fff;
	font-weight:normal;
	font-size:14px;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index:1;
}
#mid .hmnews .news_con .img h4:before {
	content:"";
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
	left:0;
	top:0px;
	background:#000;
	filter: Alpha(opacity=50);
	-moz-opacity: .5;
	opacity: 0.5;
}
#mid .hmnews .news_con .img img {
	width:100%;
	height:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .hmnews .news_con .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .hmnews .news_con ul {
	margin-top:15px;
}
#mid .hmnews .news_con ul li {
	line-height:35px;
	height:35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:14px;
	border-bottom: dotted 1px #EEE;
}
#mid .hmnews .news_con ul li a:before {
	content:"\e6c0";
	font-family:"iconfont" !important;
	font-size:13px;
	vertical-align:middle;
	margin-right:5px;
}
#mid .hmnews .news_con ul li a span {
	float:right;
	margin-left:10px;
	color:#999;
}
#mid .hmcase {
	margin-top:50px;
}
#mid .hmcase .kk {
	position:relative;
	overflow:hidden;
	margin-top:30px;
}
#mid .hmcase ul {
	position:absolute;
}
#mid .hmcase ul li {
	float:left;
	width:220px;
	margin:0 10px;
}
#mid .hmcase ul li .img {
	height:160px;
	padding:5px;
	background:#FFF;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
	border:solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmcase ul li .img img {
	width:100%;
	height:100%;
}
#mid .hmcase ul li h3 {
	font-size:14px;
	font-weight:300;
	margin-top:10px;
	text-align:center;
}
#mid .hmlink {
	margin:50px 0;
}
#mid .hmlink .kk {
	padding:10px;
	border:solid 2px #DDD;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmlink h1 {
	position:absolute;
	top:18px;
	left:15px;
	font-weight:normal;
	color:#c7000a;
}
#mid .hmlink h1 span {
	margin-left:5px;
}
#mid .hmlink ul {
	padding-left:150px;
	padding-bottom:10px;
}
#mid .hmlink ul li {
	display:inline-block;
	margin-right:20px;
	margin-top:10px;
	font-size:14px;
}
footer {
	background: #000;
	border-top: solid 1px #000;
	box-shadow: -1px -2px 5px 0px #999;
}
footer .btm_link {
	text-align:center;
	border-bottom:solid 1px #333;
	padding:15px 0;
}
footer .btm_link li {
	display:inline-block;
	padding-left:35px;
	padding-right:35px;
}
footer .btm_link li a {
	font-size:16px;
	color:#DDD;
}
footer .btm_link li a:hover {
	color:#FFF;
}
footer .btm_con {
	padding:20px 0;
	color:#DDD;
	line-height:28px;
	font-size:14px;
	background-color:#1e2128;
}
footer .btm_con .tel {
	font-size:16px;
	margin-bottom:15px;
}
footer .btm_con .tel:before {
	content:"\e60a";
	font-family:"iconfont" !important;
	font-size:32px;
	vertical-align:middle;
	margin-right:5px;
}
footer .btm_con .tel i {
	font-size:25px;
	color:#f00;
	font-style:normal;
}
footer .btm_con a {
	color:#DDD;
}
footer .btm_con .ewm {
	float:right;
	text-align:center;
}
footer .btm_con .ewm span {
	display:inline-block;
	margin-left:20px;
	text-align:center;
}
footer .btm_con .ewm img {
	width:120px;
	display:block;
	margin:0 auto;
}
.backtop {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	position:fixed;
	right:20px;
	bottom:20px;
	background:#333;
	cursor:pointer;
	z-index:9999;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display:none;
}
.backtop:before {
	content:"\e6c4";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:25px;
}
.backtop:hover {
	background: #c7000a;
}
.bdsharebuttonbox .sina {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -50px 0px;
}
.bdsharebuttonbox .weixin {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat 0px 0px;
}
.bdsharebuttonbox .qzone {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -150px 0px;
}
.bdsharebuttonbox .tqq {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -100px 0px;
}
.bdsharebuttonbox .sqq {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -200px 0px;
}
#banner {
	clear: both;
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 4px -1px #999;
}
#banner div {
	width: 1920px;
	height: 300px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	text-align: center;
}
#mid.bg {
	background-color:#f6f6f6;
	border-top:solid 1px #ddd;
}
#mid .left {
	display:inline-block;
	width:210px;
	vertical-align:top;
	position:relative;
	top:0;
	margin-bottom:30px;
}
#mid .left .type {
	background-color:#fff;
	border:solid 1px #E4E4E4;
	margin-top:30px;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
}
#mid .left .type h1 {
	background-color:#c7000a;
	padding:20px 0;
	color:#FFF;
	font-weight:normal;
	font-size:25px;
	margin:-1px;
	text-align:center;
}
#mid .left .type ul li {
	border-bottom:solid 1px #DDD;
}
#mid .left .type ul li a {
	display:block;
	font-size:17px;
	padding:15px 0 15px 25px;
	position:relative;
}
#mid .left .type ul li a:after {
	content:"\e666";
	font-family:"iconfont" !important;
	position:absolute;
	right:10px;
	font-size:20px;
	color:#666;
}
#mid .left .type ul li.on a {
	color:#C00;
}
#mid .left .type ul li.on a:after {
	color:#C00;
}
#mid .left .news {
	margin-top:20px;
	background-color:#fff;
	border:solid 1px #ddd;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
}
#mid .left .news h1 {
	height:50px;
	line-height:50px;
	background-color:#fff;
	border-bottom:#DDD solid 2px;
	font-size:18px;
	color:#c7000a;
	padding:0 10px;
	font-weight:normal;
}
#mid .left .news h1:before {
	content:"\e600";
	font-family:"iconfont" !important;
	font-size:24px;
	margin-right:5px;
	vertical-align:middle;
}
#mid .left .news ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px;
}
#mid .left .news ul li {
	font-size:14px;
	margin:8px 0;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .left .news ul li span {
	color:#999;
	margin-right:10px;
}
#mid .left .news ul li a {
	color:#666;
}
#mid .left .news ul li a:hover {
	color:#c7000a;
}
#mid .left .contact {
	margin-top:20px;
	background-color:#fff;
	border:solid 1px #ddd;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
}
#mid .left .contact h1 {
	height:50px;
	line-height:50px;
	background-color:#fff;
	border-bottom:#DDD solid 2px;
	font-size:18px;
	color:#c7000a;
	padding:0 10px;
	font-weight:normal;
}
#mid .left .contact h1:before {
	content:"\e607";
	font-family:"iconfont" !important;
	font-size:24px;
	margin-right:5px;
	vertical-align:middle;
}
#mid .left .contact article {
	padding:10px;
	line-height:24px;
}
#mid .left .contact article a.qq:before {
	content:"\e615";
	font-family:"iconfont" !important;
	font-size:20px;
	vertical-align:middle;
	margin-right:5px;
}
#mid .left .contact article a.msg {
	float:right;
}
#mid .left .contact article a.msg:before {
	content:"\e604";
	font-family:"iconfont" !important;
	font-size:20px;
	vertical-align:middle;
	margin-right:5px;
}
#mid .right {
	display:inline-block;
	width:970px;
	float:right;
	background-color:#fff;
	border:solid 1px #E4E4E4;
	margin:30px 0;
	padding:10px 20px;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .right h1 {
	border-bottom:solid 1px #e4e4e4;
	font-weight:normal;
	margin-bottom:20px;
}
#mid .right h1 div {
	display:inline-block;
	font-size:21px;
	color:#C00;
	border-bottom:solid 2px #c7000a;
	line-height:50px;
	height:50px;
	margin-bottom:-2px;
}
#mid .right h1 span {
	float:right;
	font-size:14px;
	color:#666;
	margin-top:15px;
}
#mid .right h1 span a {
	color:inherit;
}
#mid .right h1 span a:hover {
	color:#c7000a;
}
#mid .right .stype {
	background-color:#F6F6F6;
	border:solid 1px #EEE;
}
#mid .right .stype dd {
	display:inline-block;
}
#mid .right .stype dd a {
	display:block;
	padding:8px 30px;
	font-size:16px;
	border-right:solid 1px #EEE;
}
#mid .right .stype dd a.on {
	background-color:#c7000a;
	color:#FFF;
	margin:-1px;
}
#mid .right .content {
	margin:20px 0;
	line-height:2;
	font-size:14px;
}
#mid .right .content article {
	font-size:16px;
}
#mid .right .content article img {
	max-width:100%;
}
#mid .right .down {
	margin:20px 0;
	font-size:14px;
}
#mid .right .down span {
	font-weight:bold;
	color:#C30;
}
#mid .right .down img {
	vertical-align:middle;
}
#mid .right .newslist {
	background: #EEE;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	padding: 5px 10px;
}
#mid .right .newslist.wt {
	background: #FFF;
}
#mid .right .newslist a {
	padding-left: 10px;
	background: url(../images/tb.png) no-repeat left center;
	font-size: 14px;
}
#mid .right .piclist li {
	display:inline-block;
	width:30%;
	margin-right:2%;
	margin-left:-3px;
	padding:0 1%;
	margin-bottom:30px;
	text-align:center;
	vertical-align:top;
}
#mid .right .piclist li:nth-child(3n+0) {
	margin-right:0;
}
#mid .right .piclist li .img {
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px #E6E6E6;
}
#mid .right .piclist li .img img {
	width:100%;
	height:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .right .piclist li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .right .piclist li h3 {
	font-size:16px;
	padding:10px 0;
	font-weight:normal;
}
#mid .right .piclist li p {
	font-size:14px;
	line-height:1.5;
	color:#666;
}
#mid .right .piclist li .box {
	border:solid 1px #E6E6E6;
	border-top:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 10px 10px 10px;
	background-color:#f6f6f6;
}

#mid .right .videolist ul li {
	display:inline-block;
	width:25%;
	margin-left:-3px;
	margin-bottom:20px;
	vertical-align:top;
}
#mid .right .videolist ul li .img {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#mid .right .videolist ul li:hover .img:before {
	content:"\e617";
	font-family:"iconfont" !important;
	font-size:60px;
	color:#FFF;
	position:absolute;
	left:50%;
	margin-left:-30px;
	top:50%;
	margin-top:-30px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
	z-index:3;
}
#mid .right .videolist ul li:hover .img:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	opacity: 0.50;
	z-index:2;
}
#mid .right .videolist ul li .img img {
	width:100%;
	height:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
#mid .right .videolist ul li .img img:hover {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
#mid .right .videolist ul li .txt {
	width:80%;
	margin:0 auto;
	padding:10px 5%;
	text-align:center;
	font-size:14px;
	height:28px;
	line-height:28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .right .list {
	padding:20px 0;
}
#mid .right .list ul li {
	border-bottom: solid 1px #EEE;
	padding:20px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .right .list ul li:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .right .list ul li .img {
	width:21%;
	height:125px;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
}
#mid .right .list ul li .img img {
	height:100%;
	width:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .right .list ul li:hover .img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
#mid .right .list ul li .timer {
	float:right;
	width:14%;
	margin-left:-3px;
	display:inline-block;
	text-align:center;
	color:#888;
}
#mid .right .list ul li .timer .icon {
	font-family: "iconfont" !important;
	font-size: 40px;
	color: #CCC;
}
#mid .right .list ul li .timer .monday {
	font-size:22px;
}
#mid .right .list ul li .timer .year {
	font-size:17px;
}
#mid .right .list ul li .timer .date {
	display:none;
	font-size:16px;
}
#mid .right .list ul li .txt {
	width:63%;
	display:inline-block;
	vertical-align:top;
	padding-left:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .right .list ul li .txt h3 {
	font-size:20px;
	font-weight:normal;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .right .list ul li .txt article {
	font-size:15px;
	line-height:1.5;
	color:#888;
	margin-top:10px;
	text-align:justify;
}
#mid .right .list ul li.nopic .txt {
	width:86%;
}
#mid .right #form_msg .ipt {
	width: 97%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	margin-top: 10px;
}
#mid .right #form_msg .ipt:focus {
	border: solid 1px #c7000a;
	-moz-box-shadow: 1px 1px 3px #c7000a;
	-webkit-box-shadow: 1px 1px 3px #c7000a;
	box-shadow: 1px 1px 3px #c7000a;
}
#mid .right #form_msg textarea {
	width: 97%;
	padding: 1%;
	height: 60px;
	line-height: 20px;
	border: solid 1px #CCC;
	margin-top: 10px;
}
#mid .right #form_msg textarea:focus {
	border: solid 1px #c7000a;
	-moz-box-shadow: 1px 1px 3px #c7000a;
	-webkit-box-shadow: 1px 1px 3px #c7000a;
	box-shadow: 1px 1px 3px #c7000a;
}
#mid .right #form_msg .btn {
	background: #c7000a;
	border: 1px solid #c7000a;
	color: #FFF;
	height: 35px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	cursor: pointer;
	padding: 0 30px;
	font-size: 18px;
}
#mid .right #form_msg .btn:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFF;
	color: #c7000a;
}
#mid .right .showinfo {
	margin:20px 0;
	line-height:2;
	font-size:14px;
} 
#mid .right .showinfo h2 {
	font-size:28px;
	font-weight:normal;
	text-align:center;
	color:#000;
}
#mid .right .showinfo h3 {
	font-size:20px;
	font-weight:normal;
	text-align:center;
}
#mid .right .showinfo article img {
	max-width:100%;
}
#mid .right .showinfo .tips {
	border-bottom:solid 1px #e4e4e4;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
	color:#999;
}
#mid .right .showinfo .tips span {
	display:inline-block;
	margin: 0 20px;
	vertical-align:top;
}
#mid .right .showinfo .tips span:before {
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:21px;
	vertical-align:middle;
	color:#666;
}
#mid .right .showinfo .tips span:nth-child(1):before {
	content:"\e6c8";
}
#mid .right .showinfo .tips span:nth-child(2):before {
	content:"\e63a";
}
#mid .right .showinfo .tips span:nth-child(3):before {
	content:"\e634";
}
#mid .right .showinfo .tips span .bdsharebuttonbox {
	display:inline-block !important;
	vertical-align:top;
}
#mid .right .showinfo .btminfo {
	border-top:solid 1px #e4e4e4;
	margin:20px 0;
	padding-top:10px;
}
#mid .right .showinfo .btminfo span {
	display:block;
	color:#666;
}
#mid .right .showinfo .btminfo span a {
	color:inherit;
}
#mid .right .showinfo .btminfo span a:hover {
	color:#d71820;
}
#mid .right .showinfo .btminfo .btn {
	float:right;
}
#mid .right .showinfo .btminfo .btn a {
	display:inline-block;
	background:#d71820;
	color:#FFF;
	font-size:15px;
	padding:5px 30px;
	margin:10px 0;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}
#mid .right .showinfo .btminfo .btn a:before {
	font-family:"iconfont" !important;
	content:"\e639";
	margin-right:10px;
	font-size:16px;
}
#mid .right .showinfo .swiper-container {
	display:block;
	margin:20px 0;
}
#mid .right .showinfo .swiper-container .swiper-slide img {
	max-width:100%;
}
#mid .right .showinfo .swiper-container .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:#999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
}
#mid .right .showinfo .swiper-container .swiper-pagination-bullet-active {
	background:#c7000a;
}
#mid .rtkk {
	width:970px;
	float:right;
	margin-bottom:30px;
}
#mid .rtkk .right {
	margin-bottom:20px;
}
#mid .odpro {
	clear:right;
	width:100%;
	background-color:#fff;
	border:solid 1px #E4E4E4;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .odpro h2 {
	font-size:18px;
	height:40px;
	line-height:40px;
	background-color:#f9f9f9;
	border-bottom:solid 1px #DDD;
	font-weight:normal;
	padding:0 10px;
	color:#c7000a;
}
#mid .odpro h2:before {
	font-family:"iconfont" !important;
	content:"\e661";
	margin-right:10px;
	font-size:22px;
	vertical-align:middle;
}
#mid .odpro h2 span {
	float:right;
	font-size:14px;
}
#mid .odpro ul {
	padding:20px;
}
#mid .odpro ul li {
	display:inline-block;
	width:23.5%;
	margin-left:2%;
	margin-right:-3px;
	vertical-align:top;
}
#mid .odpro ul li:first-child {
	margin-left:0;
}
#mid .odpro ul li .img {
	width:100%;
}
#mid .odpro ul li .img img {
	width:100%;
	height:100%;
}
#mid .odpro ul li h3 {
	text-align:center;
	font-size:15px;
	font-weight:normal;
	margin-top:5px;
}
/*wap*/
header .od .mobtel {
	display:none;
}
header .overlay {
	position: fixed;
	z-index: 99;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	right: 0;
	left: 0
}
header .openmenu .overlay {
	top: 0
}
header #pgcontainer {
	padding: 0;
	margin: 0
}
header #menu {
	height: 100%;
	width: 0;
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	overflow:auto;
	-webkit-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	-moz-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	box-shadow: 3px 0 7px rgba(0,0,0,.55);
	display:none;
}
header #menu .close {
	height:35px;
	width:35px;
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
}
header #menu .close:before {
	content:"\e654";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:20px;
	line-height:35px;
}
header #menu ul {
	margin-top: 45px;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden
}
header #menu ul li {
	display: block
}
header #menu ul li a {
	display: block;
	min-width: 130px;
	padding: 10px 20px;
	color: #cdcdcd;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
}
header #menu li a:hover {
	color: #FFF;
	background: #c7000a;
}
header #menu ul li ul {
	display:none;
	margin-top: 0px;
}
header #menu ul li ul li a {
	padding: 5px 10px 5px 35px;
	font-size: 14px;
}
footer .btm_con .copy {
	display:none;
}
.odline {
	display:none;
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background: #222;
	z-index: 999;
	-moz-box-shadow: 0px -1px 1px #990004;
	-webkit-box-shadow: 0px -1px 1px #990004;
	box-shadow: 0px -1px 1px #000;
}
.odline li {
	display:inline-block;
	width:25%;
	height: 50px;
	margin-right:-3px;
	text-align:center;
	border-right: solid 1px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.odline li a {
	color:#FFF;
}
.odline li span {
	display:block;
	margin-top:3px;
}
.odline li span:before {
	font-family:"iconfont" !important;
	font-size:20px;
}
.odline li:nth-child(1) span:before {
	content:"\e62b";
}
.odline li:nth-child(2) span:before {
	content:"\e610";
}
.odline li:nth-child(3) span:before {
	content:"\e615";
}
.odline li:nth-child(4) span:before {
	content:"\e649";
}


@media screen and (max-width: 768px) {
	.kk {
		width: 100%;
		margin: 0 auto;
	}
	.odline {
	    display:block;
	}
	header .od {
		font-size:0;
		position:fixed;
		width:100%;
	    border-bottom:none;
	}
	header .od ul {
		display:none;
	}
	header .od .mobtel {
		display:inline-block;
		font-size:15px;
		color:#FFF;
		margin-left:10px;
	}
	header .od .mobtel a {
		color: inherit;
	}
	header .od .mobtel a:before {
		content:"\e671";
	    font-family:"iconfont" !important;
		font-size:20px;
		margin-right:5px;
		vertical-align:bottom;
	}
	header .tel, header .menu,header .fixmenu {
		display:none;
	}
	header .menubtn {
		position:absolute;
		cursor:pointer;
		text-align:center;
		right:10px;
		top:0;
	}
	header .menubtn:before {
		content:"\e639";
	    font-family:"iconfont" !important;
		color:#fff;
		font-size:21px;
	}
	header .menubtn:hover:before {
		color:#ee362a;
	}
	header .logo {
		width:100%;
		height:50px;
		padding:10px 0;
		font-size:22px;
		text-align:center;
		margin-top:30px;
	} 
	header .logo i {
		font-size:11.7px;
	}
	#bn .img {
		height:auto;
	}
	#bn .img img {
	    display:block;
		width:100%;
	}
	#mid .tit {
		font-size:25px;
	    margin:0 0 40px 0;
	}
	#mid .tit,	#mid .tit2 {
		padding:0 10px;
	}
	#mid .hmpro {
		margin:50px 0 0 0;
	}
	#mid .hmpro .pro_menu {
		margin:20px 0;
	}
	#mid .hmpro .pro_menu span {
		margin:5px;
	}
	#mid .hmpro .movebg {
		display:none;
	}
	#mid .hmpro ul.bt {
		display:none;
	}
	#mid .hmpro ul li {
		width:50%;
	}
	#mid .hmpro ul li .img img {
		display:block;
	}
	#mid .hmpro ul li span {
		display:none;
	}
	#mid .hmpro ul li h3 {
		position:relative;
		font-size:15px;
		color:#333;
		height:auto;
		line-height:normal;
		-webkit-flex-direction: column;
	    flex-direction: column;
		padding:5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mid .hmpro ul li h3:after {
		content:normal;
	}
    #mid .hmpro ul li:hover h3 {
		height:auto;
		line-height:normal;
	    color:inherit;
	}
	#mid .hmab .img {
		position:relative;
		width:100%;
		background:none;
		margin-bottom:30px;
	}
	#mid .hmab .img img {
		width:100%;
		display:block;
	}
	#mid .hmab .txt {
		display:inline-block;
		width: 90%;
		margin-right:0;
		padding:0 5%;
	}
	#mid .hmad article {
		width:100%;
		height:auto;
		margin:20px 0;
	}
	#mid .hmad article .part0 {
		display:none;
	}
	#mid .hmad article .part1,#mid .hmad article .part2,#mid .hmad article .part3,#mid .hmad article .part4 {
		position:relative;
		width: calc(50% - 90px);
		display:inline-block;
		vertical-align:top;
		margin-right:-3px;
		margin-left:20px;
		margin-bottom:20px;
		left:0;
		top:0;
	}
	#mid .hmad article h3 {
		font-size:24px;
	}
	#mid .hmad article p {
		margin-top:0px;
	}
	#mid .hmnews {
		margin-top:30px;
	}
	#mid .hmnews .news_con {
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	#mid .hmnews .news_con:nth-child(1) {
		margin-left:5%;
	}
    #mid .hmlink {
		width: calc(100% - 20px);
		margin:50px auto;
    }
	#mid .hmlink ul {
		padding-left:0px;
		margin-top:40px;
	}
	footer {
		padding-bottom:50px;
	}
	footer .btm_link {
		display:none;
	}
    footer .btm_con {
		padding:20px;
	}
	footer .btm_con .ewm {
		float:none;
	}
	footer .btm_con .ewm span {
		margin:10px;
	}
	footer .btm_con .kk .foot {
		display:none;
	}
	footer .btm_con .copy {
		display:block;
		text-align:center;
	}
	#banner div {
		width: 100%;
		position:relative;
		left: 0%;
		margin-left:0px;
	}	
	#banner div img {
		width:100%;
	}
	#mid .left {
		width:100%;
	}
	#mid .left .type {
		display:none;
	}	
	#mid .left .contact article a.msg {
		float:none;
		margin-left:30px;
	}
	#mid .right,#mid .rtkk,#mid .rtkk .right {
		width:100%;
		margin:0;
		float:none;
	}
	#mid .right h1 span {
		display:none;
	}
	#mid .right .list {
		padding:0;
	}
	#mid .right .list ul li .img {
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	#mid .right .list ul li .timer {
		float:none;
		width:100%;
		margin-left:0;
		text-align:left;
		margin-top: 10px;
	}
	#mid .right .list ul li .timer .icon {
		font-size: 20px;
		color: #CCC;
		display:inline-block;
	}
	#mid .right .list ul li .timer .monday {
		display:none;
	}
	#mid .right .list ul li .timer .year {
		display:none;
	}
	#mid .right .list ul li .timer .date {
		display:inline-block;
	}
	#mid .right .list ul li .txt,#mid .right .list ul li.nopic .txt {
		width:100%;
		padding-left:0;
	}	
    #mid .right .list ul li .txt h3 {
		font-size:18px;
	}
	#mid .right .showinfo h2 {
		font-size:25px;
		line-height:1.5;
	}	
	#mid .odpro {
		margin-top:20px;
	}
}
@media screen and (max-width: 420px) {
	#mid .hmpro ul li {
		width:100%;
		margin:0;
	}
	
	.page span {
		display:none;
	}	
	.page span.current, .page span.param {
		display:inline-block;
	}
	#mid .hmad article .part1,#mid .hmad article .part2,#mid .hmad article .part3,#mid .hmad article .part4 {
		width: calc(100% - 90px);
	}
	footer .btm_con .ewm img {
		width:100px;
	}
	footer .btm_con .tel {
		font-size:14px;
		text-align:center;
	}
	footer .btm_con .tel:before {
		font-size:28px;
	}
	footer .btm_con .tel i {
		font-size:22px;
	}
	#mid .right .piclist li {
		width:100%;
	}
	#mid .right .piclist li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .right .videolist ul li {
		width:50%;
	}	
	#mid .right .showinfo .tips {
		padding:10px 0;
	}
	#mid .right .showinfo .tips span {
		display:block;
		margin: 0;
		text-align:left;
		line-height:1.5;
	}
	#mid .right .showinfo .btminfo .btn {
		float:none;
		text-align:center;
	}
	#mid .right .showinfo h2,#mid .right .showinfo h3 {
		text-align:left;
	}	
	#mid .odpro ul li {
		width:49%;
		margin-left:2%;
		margin-bottom:10px;
	}
	#mid .odpro ul li:nth-child(odd) {
		margin-left:0;
	}
}
@media screen and (max-width: 320px) {
	#mid .tit {
		font-size:20px;
	}
	#mid .tit2 {
		font-size:14px;
	}
}